home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1995 March
/
Macworld CD-ROM (March 1995).cdr
/
Demos
/
RedShift
/
RSDEMO.MAC
/
RSDEMO.DXR
/
00145.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-01
|
245 b
|
12 lines
on ramcount
global frameram, highram
set highram to 0
repeat with mynumber = 1 to 900
set frameram to ramNeeded(mynumber, mynumber)
if frameram > highram then
set highram to frameram
end if
end repeat
put highram
end